.mrs-svg-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mrs-svg-stage svg {
  display: block;
  width: min(90vw, 760px);
  height: auto;
  max-height: 90vh;
  overflow: visible;
}

#m_e_l_t,
#m_e_l_t *{
    touch-action:none;
    user-select:none;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}